05. Quiz: Laugh it Off 1 (5-1)
Directions:
Declare a function called laugh()
that returns "hahahahahahahahahaha!"
. Print the value returned from the laugh()
function to the console.
Your Code:
Start Quiz:
/*
* Programming Quiz: Laugh it Off 1 (5-1)
*/
// your code goes here
console.log(/* call the laugh function */);
INSTRUCTOR NOTE:
Have questions? Head to Knowledge for discussion with the Udacity Community.